Carbon


smCharHorizontal

Header: Script.h

enum {
    smCharHorizontal = 0,
    smCharVertical = 4096,
    smCharLeft = 0,
    smCharRight = 8192,
    smCharLower = 0,
    smCharUpper = 16384,
    smChar1byte = 0,
    smChar2byte = 32768
};

Constant descriptions

smCharHorizontal
smCharVertical
smCharLeft
smCharRight
smCharLower
smCharUpper
smChar1byte
smChar2byte


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)